home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_gnome-libs.idb / usr / freeware / share / gtkrc.uk.z / gtkrc.uk
Text File  |  2002-07-08  |  2KB  |  76 lines

  1. # $(datadir)/gtkrc.uk
  2. #
  3. # This file defines the fontsets for Ukrainian language (uk) using
  4. # the KOI8-U charset encoding.
  5. #
  6. # 1999, Pablo Saratxaga <srtxg@chanae.alphanet.ch>
  7. #
  8.  
  9. style "GnomeScores_CurrentPlayer_style"
  10. {
  11.   fg[NORMAL] = {1.0, 0.0, 0.0}
  12. }
  13.  
  14. style "GnomeScores_Logo_style"
  15. {
  16.   fontset = "-freefont-garamond-*-*-*-*-30-170-*-*-*-*-iso8859-1,\
  17.       -*-garamond-*-*-*-*-30-**-*-*-*-koi8-u,\
  18.           -cronyx-times-*-r-*-*-34-*-*-*-*-*-koi8-u"
  19.   fg[NORMAL] = {0.0, 0.0, 1.0}
  20. }
  21.  
  22. style "GnomeAbout_DrawingArea_style"
  23. {
  24.   bg[NORMAL] = {1.0, 1.0, 1.0}
  25. }
  26.  
  27. style "GnomeAbout_Title_style"
  28. {
  29.   fontset = "-*-helvetica-bold-r-normal-*-20-*-*-*-*-*-*-*"
  30. }
  31.  
  32. style "GnomeAbout_Copyright_style"
  33. {
  34.   fontset = "-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"
  35. }
  36.  
  37. style "GnomeAbout_Author_style"
  38. {
  39.   fontset = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"
  40. }
  41.  
  42. style "GnomeAbout_Names_style"
  43. {
  44.   fontset = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"
  45. }
  46.  
  47. style "GnomeAbout_Comments_style"
  48. {
  49.   fontset = "-adobe-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*,\
  50.              -cronyx-helvetica-medium-r-normal-*-11-*-*-*-*-*-*-*"
  51. }
  52.  
  53. style "GnomeHRef_Label_style"
  54. {
  55.   fg[NORMAL] = { 0.0, 0.0, 1.0 }
  56.   fg[PRELIGHT] = { 0.0, 0.0, 1.0 }
  57.   fg[INSENSITIVE] = { 0.5, 0.5, 1.0 }
  58.   fg[ACTIVE] = { 1.0, 0.0, 0.0 }
  59. }
  60.  
  61. style "GnomeGuru_PageTitle_style" 
  62. {
  63.  fontset = "-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"    
  64. }
  65.  
  66. widget "*GnomeScores*.CurrentPlayer" style "GnomeScores_CurrentPlayer_style"
  67. widget "*GnomeScores*.Logo" style "GnomeScores_Logo_style"
  68. widget "*GnomeAbout*.DrawingArea" style "GnomeAbout_DrawingArea_style"
  69. widget "*GnomeAbout*.Author" style "GnomeAbout_Author_style"
  70. widget "*GnomeAbout*.Comments" style "GnomeAbout_Comments_style"
  71. widget "*GnomeAbout*.Copyright" style "GnomeAbout_Copyright_style"
  72. widget "*GnomeAbout*.Names" style "GnomeAbout_Names_style"
  73. widget "*GnomeAbout*.Title" style "GnomeAbout_Title_style"
  74. widget "*GnomeHRef.GtkLabel" style "GnomeHRef_Label_style"
  75. widget "*GnomeGuru*.PageTitle" style "GnomeGuru_PageTitle_style"
  76.